home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_1 / aview64c.zip / WHATSUP.DOC < prev   
Text File  |  1992-07-07  |  9KB  |  192 lines

  1. 07/06/92
  2.  
  3. The v3.50 of WildCat has corrected the problem with line 30 in the DOOR.SYS
  4. file.
  5.  
  6. 05/17/92
  7.  
  8. Added a few new command line parameters.  Please review the AVIEWCOM.HST
  9. file for details on changes, and AVIEWCOM.DOC for further information on
  10. the new parameters.  Also, PKUNZIP v1.1 recognized -x and -e as parameters,
  11. but the new PKUNZIP v1.93 only recognized -e.  Further, PKUNZIP v1.01 only
  12. recognized -x.  I have chosen to use the -e parameter.  If you do not have
  13. PKUNZIP v1.1 or newer, please upgrade to a newer version.
  14.  
  15. 04/15/92
  16.  
  17. AViewCom will detect if DesqView is resident and will enable the patch
  18. to prevent crashes.  Part of this is a pause for keypress before shelling
  19. to an external program.  If your system does NOT crash while reading a
  20. text file with earlier versions of AViewCom, then include the -q parameter
  21. on the command line to disable this pause.
  22.  
  23. 04/14/92
  24.  
  25. Thanks to some supportive help from Robert Cole from Mustang Software,
  26. I have found a patch that seems to avoid the problem of AViewCom crashing
  27. while running under some DesqView systems.  The problem resides either in
  28. the gettext() or spawnlp() functions of TurboC as I am using them.  I will
  29. be talking with Borland and QuarterDeck to come up with a true fix for the
  30. problem.  For the moment, I have implemented a patch to hopefully avoid the
  31. problem.  If you run a DesqView system, please let me know if you have any
  32. trouble with "Reading a text file" or "Downloading a file" while using this
  33. version.  There are many who have helped me over the years narrow in on this
  34. problem.  I can't mention all of them, but I'd like to offer a special thanks
  35. to Dave Codey, Minos Tsaussis, Pat Nefos, Scott Burch, and Rick Hemming.
  36.  
  37. 04/05/92
  38.  
  39. PAK.EXE v2.51 is a memory hog and will take all remaining memory when
  40. called.  With 400 kbytes free, PAK.EXE would not extract the file I
  41. requested and gave no reason.  I guess the 400 kbytes wasn't enough.
  42.  
  43. 03/30/92
  44.  
  45. In an attempt to loacate and fix the DV bug in AViewCom, I have
  46. completely re-written and re-structured the code.  I had hoped that in
  47. the process, to fix the bug which has caused DV users so many headaches.
  48. However, I was unsuccessful.  I am now using the SMALL memory model
  49. instead of the LARGE memory model to compile the program.  It will run
  50. faster now.  It now uses 103 kbytes of memory.  Also, the maximum
  51. filename capacity of files within an archive has been increased from a
  52. limit of 255 to no limit.  The filenames are stored in a temporary file
  53. called AVIEWLST.nnn where nnn is a number from 0 to 999 allowing 1000
  54. nodes to use seperate temporary files simultaneously.  I have also
  55. addes several useful new features to the program.  In addition, the
  56. documention has been completely re-written.
  57.  
  58. 03/11/92
  59.  
  60. I must apologize to several people for being so unavailable for the past
  61. few months.  I've been involved in another project and worked 80 hours a
  62. week for the last 15 weeks of 1991.  I spent the first couple months of
  63. this year recovering.  I'm back now and am working on v6.2.  For DesqView
  64. users, there was a mention of a STEALTH.TEC text file posted on Quarter
  65. Deck SW Support BBS which has a fix for the memory conflict problem with
  66. AViewCom.  I haven't read this, can someone let me know if this fix works?
  67. Some DesqView users are not aware that DVANSI.COM should be loaded prior
  68. to running WildCat to allow AViewCom to properly display ANSI characters.
  69. Be sure to include DVANSI in your CAT.BAT batch file.
  70.  
  71. 10/12/91
  72.  
  73. It has been brought to my attention that at times, AViewCom will report
  74. that a user's download kbyte limit has been exceeded when they attempt
  75. to download a file.  This happens sometimes because WildCat improperly
  76. writes line 30 in DOOR.SYS.  It should write the DAILY DOWNLOAD KBYTES
  77. TOTAL, but instead, it is writing the same value as line 48 which is
  78. TOTAL DOWNLOAD KBYTES (from day one!).  Since AViewCom is used with 
  79. other types of BBS's and reads DOOR.SYS which is created properly by
  80. them, I will not change AViewCom to adjust for this WildCat bug.  Instead,
  81. WildCat SysOps should request a bug fix from Mustang.
  82.  
  83. 10/10/91
  84.  
  85. For those running multi-nodes under DesqView, it has been discovered
  86. that using LOADHIGH causes AVIEWCOM to lockup when attempting to
  87. extract a file from an archive.  Removing the LOADHIGH operations
  88. alieviated this problem in one DesqView installaion.
  89.  
  90. 09/19/91
  91.  
  92. I have implemented the update user function by reading USERINFO.DAT
  93. and modifying the last two lines to reflect the number of downloads
  94. and download kbytes.  However, this is supposed to be a read/write
  95. file but WildCat does not yet read this file back in and update the
  96. allusers.dat file.  Since there is too much risk in corrupting the
  97. database by having AViewCom update the database, the update user
  98. function will not be active until WildCat reads back in the
  99. USERINFO.DAT file.
  100.  
  101. 09/05/91
  102.  
  103. AViewCom v6.1c is the first release which will read the DOOR.SYS
  104. file.  I was amazed that the number of inquiries about this version
  105. far exceeded the number of registrations I have received to date.
  106. The shareware version has some functions disabled including reading
  107. the DOOR.SYS file.  The shareware version will still run correctly
  108. under WildCat v3.n even without reading DOOR.SYS.
  109.  
  110. 08/25/91
  111.  
  112. Work has started on supporting WildCat v3.0.  I have added the
  113. function to read in the DOOR.SYS file, but I still need more
  114. information than is provided in that file:  system upload/download
  115. ratio limit, and maximum download kbytes allowed.
  116.  
  117. 06/08/91
  118.  
  119. Work will start soon on supporting the WildCat v3.0 databases.
  120. I've spent multi-hours on the phone with two generous and helpful
  121. sysops trying to debug the desqview problem with moderate progress.
  122. The cause is still unknown, but I have found that pkunzip is NOT
  123. the problem.  AViewCom locks up before getting to that point.
  124.  
  125. 05/25/91
  126.  
  127. I have found several systems that have successuflly run WildCat
  128. under DesqView with no problems, but other systems which will lock
  129. up every time when AViewCom shells out to pkunzip.  My system with
  130. a test copy of these programs works well.  The investigation as to
  131. the cause of this problem with some systems locking up is ongoing.
  132.  
  133. 04/21/91
  134.  
  135. The number one bug report currently is that AViewCom will lock-up
  136. the system when shelling out to pkunzip and running under DesqView,
  137. and WildCat.  I understand that with older versions of DesqView
  138. and WildCat this did not happen.  I am planning on investigating
  139. this problem further.
  140.  
  141. 09/28/90
  142.  
  143. AViewCom now performs dynamic disk swapping.  There are five
  144. modules within the program which are swapped out as they are used.
  145. This will reduce the memory usage some, but the major memory usage
  146. still remains with the archiver which AViewCom shells out to.  As a
  147. note, PKUNZIP requires 260K of memory!  Also, VIEW.OVL is no longer
  148. required.
  149.  
  150. 08/21/90
  151.  
  152. I have tested AViewCom v4.4e with DesqView v2.26 with direct screen
  153. writes enabled, and as far as I can tell (I'm not a DesqView
  154. user!), it works okay - AViewCom doesn't overwrite other screens
  155. when you're in other windows.  I have also added the PIF file which
  156. you should review and change as needed.
  157.  
  158. 07/04/90
  159.  
  160. Mustang has release v2.15.  I have had reports that the AVUSER
  161. functions is not working properly with the new version.  I will
  162. have this fixed with the next release which will also work under
  163. DeskView and multi-node systems.
  164.  
  165. 03/04/90
  166.  
  167. Mustang will soon be releasing a v2.15 which will create the CALLINFO.BBS
  168. file when spawning out to the arcviewer.  I believe this file is different
  169. from the one that aviewcom made but I don't know what yet.  AViewCom v4.5
  170. will be able to use it, and will properly function in the avuser mode.
  171. Sysops are cautioned on the use of the avuser function until this function
  172. is verified with the new version.
  173.  
  174. 01/01/90
  175.  
  176. I have incorported the functions of CALLINF2, AVSETUP, and AVUSER into
  177. AVIEWCOM.  These are accessed by command line switches beginning with
  178. a slash.  To invoke AVSETUP, type AVIEWCOM /S.  To invoke AVUSER, type
  179. AVIEWCOM /U.  To invoke CALLINF2, type AVIEWCOM /C.
  180.  
  181. 09/23/89
  182.  
  183. AViewCom will now update the user database to reflect: 1) total
  184. downloads, 2) total download kbytes, 3) daily downloads, and 4)
  185. daily download kbytes.  It does not update number of accesses for
  186. the files downloaded (USERFILE.DAT is the only file altered).
  187. The updating feature does not work with multi-node systems.
  188. AViewCom v3 will be updated for the ShareWare market and will not
  189. support WildCat v2.0.  AViewCom v4 will be updated for Registered
  190. users only.  Mustang is working on a WildCat version 3 which will
  191. eliminate the need for AVIEWCOM /C and AVIEWCOM /U.
  192.